WordDocumentLoadFromDoc(String) Method
Loads a DOC (Microsoft Word 97-2003 binary format) document and reconstructs its
content (text, character/paragraph formatting, styles, tables, fields and embedded
PNG/JPEG images) into this document.
Namespace: Independentsoft.Office.WordAssembly: Independentsoft.Office (in Independentsoft.Office.dll) Version: 3.0.460.1+37fe42d8e65847775742df0a70fdb403ab6fa65f
public void LoadFromDoc(
string file
)
Public Sub LoadFromDoc (
file As String
)
Parameters
- file String
- The DOC file path.